home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
ModeProSrc.lha
/
Prefs
/
MPPWinTitle.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-12-25
|
355b
|
14 lines
/*
#include "mppexterns.h"
char WindowTitle[512];
char ProjectName[256];
void BuildWinTitle(void)
{
sprintf(WindowTitle,"%s - %s = \"%s\" - %s = \"%s\"",
GetString(MSG_WINTITLE),
GetString(MSG_WINTITLE_PROJECT),ProjectName,
GetString(MSG_WINTITLE_HOTKEY),MPSem->HotKey);
SetWindowTitles(Window,WindowTitle,WindowTitle);
}*/